home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2007 December
/
PCWorld_2007-12_cd.bin
/
v cisle
/
deskspace
/
DeskSpace152TrialSetup.exe
/
help
/
style
/
header.css
< prev
Wrap
Cascading Style Sheet File
|
2007-09-12
|
2KB
|
159 lines
/*
Otaku Software Website Style Sheet
File: header.css
Version: 1.0
Date: 20/09/2004
Authors: Garry Stewart, James Stewart
*/
/* Begin: Header Tags */
#Header
{
background-color: #000000;
height : 32px;
position: relative;
z-index : 1;
margin: 0 auto;
}
#Header div {
margin: 0 auto;
position: relative;
min-width : 300px;
margin-left : 5%;
}
#Header h1
{
margin: 0;
border: 0;
}
#Header ul
{ float:left;
padding: 0;
margin: 0;
list-style: none;
position: absolute;
top : 0;
right :0;
margin-right : 5%;
text-align : right;
}
#Header li
{
width : 72px;
float:left;
padding: 0;
margin : 0;
}
#Header ul a
{
display:block;
float:left;
padding-top:10px;
padding-bottom:11px;
text-align: center;
vertical-align: middle;
text-decoration: none;
width : 72px;
height: 32px;
voice-family: "\"}\"";
voice-family: inherit;
height: 11px;
}
#Header ul a:hover
{
color : #000000;
}
.Clear
{
clear : both;
}
.HeaderNavigationBackground
{
clear:both;
background-color: #0C3D63;
color: #FFFFFF;
text-align : left;
padding-top : 5px;
padding-bottom : 5px;
margin-bottom : 1.5em;
}
.HeaderLogo
{
float : left;
clear : left;
color : white;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
text-align : left;
height: 32px;
width : 242px;
margin-left : 5%;
}
.HeaderLinks
{
padding-top : 10px;
padding-bottom : 11px;
height : 11px;
color : white;
text-align : right;
padding-left : 2px;
}
.HeaderUnselectedLink
{
background-color: #000000;
color: #FFE504;
}
.HeaderUnselectedLink:hover
{
background-color: #ececec;
color: #000000;
}
.HeaderUnselectedLink:visited
{
color: #FFE504;
}
.HeaderSelectedLink
{
background-color: #0C3D63;
color: #FFFFFF;
}
.HeaderSelectedLink:active
{
color: #FFFFFF !important;
}
.HeaderSelectedLink:hover
{
color: #FFFFFF !important;
}
.HeaderSelectedLink:visited
{
color: #FFFFFF !important;
}
a.HeaderLinkText:link, a.HeaderLinkText:visited, a.HeaderLinkText:active, a.HeaderLinkText:hover
{
color: #FFE504;
text-align: left;
text-decoration: none;
margin :0px;
}
.HeaderElement
{
margin-left: 5%;
margin-right: 5%;
}
/* End: Header Tags */